home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 96 / maccd 96.iso / utilities / Mac OS / Icon Brush 2.5 / Help / applescript.help < prev    next >
Encoding:
Text File  |  2002-03-27  |  1.7 KB  |  23 lines

  1. <html><!-- hbwr -->
  2.     <head>
  3.         <title>Icon Brush Help</title>
  4.     </head>
  5.     <body bgcolor="white" alink="red" vlink="teal" link="blue" text="black">
  6.     
  7.         <table border=0 padding=0 cellpadding=0 cols=2>
  8.         <tr><td valign=top align=left rowspan=2>
  9.             <img src="images/brushlogo.JPG" width=128 height=128>
  10.         </td><td valign=top>
  11.             <img src="images/brushtext.JPG" width=128 height=50>
  12.         </td></tr>
  13.         </table>
  14.         <font size=+2 face="Lucida Grande"><U><B>AppleScript</B></U></font>
  15.         <P><blockquote>
  16. Starting in version II, Icon Brush is both scriptable and recordable with <a href="http://www.apple.com/applescript/">AppleScript</a>. To use AppleScripts with Icon Brush, save them as either applications, or compiled scripts and place them in the <B>Scripts</B> folder in the same directory as Icon Brush. This causes them to appear in the AppleScript menu in Icon Brush (the menu with the little script icon). You can run a script by selecting it from this menu.<P>
  17.  
  18. You can also create your own applescript-based toolbar. At the top of every <a href="overview.help">Overview Window</a> is a standard Mac OS X toolbar, which can be used to store your applescipts. Control-clicking in this toolbar brings up a contextual menu with an <B>Add Script</B> menu item. Select this menu item and Icon Brush asks you to select one of the scripts in the scripts folder to add to the toolbar. You can also drag scripts into this toolbar from the Finder.<P>
  19. Once you put scripts in the toolbar, you can run them simply by clicking on them. You can also re-order the items in the toolbar by command-clicking on them and dragging.<P>
  20. Each script in the toolbar also has a contextual menu which allows you to change their icons, or open them in script editor.
  21.         </blockquote>
  22.     </body>
  23. </html>